home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / contents / scripts / ispell < prev    next >
Text File  |  1997-06-06  |  281b  |  7 lines

  1. ( cd usr/bin ; rm -rf spell )
  2. ( cd usr/bin ; ln -sf ispell spell )
  3. ( cd usr/lib/ispell ; rm -rf american.hash )
  4. ( cd usr/lib/ispell ; ln -sf americanmed+.hash american.hash )
  5. ( cd usr/lib/ispell ; rm -rf english.hash )
  6. ( cd usr/lib/ispell ; ln -sf americanmed+.hash english.hash )
  7.